home *** CD-ROM | disk | FTP | other *** search
- ;Update_Binaries for NewIcons 4.5 -> 4.6
- ;20-Jun-99
- ;Team NewIcons
-
- C:version >NIL: libs:newicon.library version 40 revision 1
- If warn
- echo "Hmm..it seems you have not installed the full NewIcons V4.5."
- echo "I cannot update something that doesn't exist on your system."
- echo "Please install the main 4.5 archive first, then run this script,"
- echo "or get the 4.6 full install from Aminet or the NewIcons website."
- skip end
- endif
- echo "Installing NewIconsPrefs to Sys:Prefs..." noline
- copy Prefs/#? to Sys:Prefs QUIET
- wait
- echo "done."
- wait
- echo "Installing NewIcons executable to C:..." noline
- copy c/#? C: QUIET
- wait
- echo "done."
- echo
- echo "Installation Complete. Don't forget to reboot."
- wait 3
- lab end